String Schema
PricesRequestType Complex Type
Namespace http://string.drv.de/xmlschema/string
Diagram
AssignedToBooking Element Identifier Element Sequence AssignedServiceTypes Element Identifier Element Sequence AssignedServices Element Identifier Element Sequence AssignedTravellers Element VATIncluded Element VATPercentage Element Currency Element Amount Element Sequence VATAmount Element Currency Element Amount Element Sequence Price Element Quantity Element LanguageCode Element Text Element Sequence PriceName Element Sequence DetailPrices Element Sequence PricesRequestType Complex Type
Overview
Sequence
Sequence
PriceName 0..∞ TextLanguageType Complex Type
Price description
Sequence
Text xs:string
Text in the given language
LanguageCode xs:language
ISO language code: either XX or XX_yy
Quantity xs:int
Quantity of price
Sequence
Sequence
VATPercentage optional xs:decimal
VAT percentage
VATIncluded optional xs:boolean
Flag if VAT is included or additional
AssignedTravellers optional IdentifiersType Complex Type
List of assigned participants for this detail price
AssignedServices optional IdentifiersType Complex Type
List of assigned services for this detail price
AssignedServiceTypes optional IdentifiersType Complex Type
List of assigned service types (e.g. rooms, flight classes) for this detail price
AssignedToBooking optional xs:boolean
Flag if this price is assigned to the whole booking
Used By
RequestedPrices Element
RequestedPrices Element
RequestedPrices Element
RequestedPrices Element
RequestedPrices Element
Source
<xs:complexType name="PricesRequestType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="DetailPrices" type="CommonPriceRequestType" nillable="true" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.